[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
@CODE            .CODE Segment Name                          Predefined EQU

  @CODE

     This predefined equate translates to the name of the code segment when
     you use the .CODE directive. Because the name of the code segment can
     change with memory model, this predefined equate can be very useful.

     You can use it this way: ASSUME DS:@CODE.

       Notes:         The @CODE predefined equate is also useful to
                      generate segment overrides. To use simplified segment
                      directives like .CODE, you must have specified a
                      memory model with the .MODEL directive.

See Also: @DATA
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson